home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
x11
/
networke
/
civ-0.000
/
civ-0
/
civ-0.3
/
src
/
debug.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-02-09
|
175b
|
12 lines
#ifndef _DEBUG_H
#define _DEBUG_H
#include <stdarg.h>
// main should set these to the debug flags
extern char *debugFlags;
void Debug(int flag, char *format, ...);
#endif